how to overwrite rcov method with loading custom file
- by kdoya
I use rcov 0.9.8 on ruby 1.9.1 and rvm for ROR application.
Rcov has problem on ruby 1.9. I found solution for encoding problems from here.
--- lib/rcov/code_coverage_analyzer.rb~ 2010-03-21 16:15:47.000000000 +0100
+++ lib/rcov/code_coverage_analyzer.rb 2010-03-21 16:11:49.000000000 +0100
@@ -250,6 +250,10 @@
end
def…